summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-06-01 00:06:21 +0200
committerbunnei <bunneidev@gmail.com>2023-06-03 09:06:06 +0200
commitb2570d25469af2fc5c969f6ce57d098dfe1bae71 (patch)
tree78df8e208b5f094192feb8df6269b5d71a862406
parentandroid: Fix FPS text getting cut off by rounded display corners (diff)
downloadyuzu-b2570d25469af2fc5c969f6ce57d098dfe1bae71.tar
yuzu-b2570d25469af2fc5c969f6ce57d098dfe1bae71.tar.gz
yuzu-b2570d25469af2fc5c969f6ce57d098dfe1bae71.tar.bz2
yuzu-b2570d25469af2fc5c969f6ce57d098dfe1bae71.tar.lz
yuzu-b2570d25469af2fc5c969f6ce57d098dfe1bae71.tar.xz
yuzu-b2570d25469af2fc5c969f6ce57d098dfe1bae71.tar.zst
yuzu-b2570d25469af2fc5c969f6ce57d098dfe1bae71.zip
-rw-r--r--CMakeModules/DownloadExternals.cmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakeModules/DownloadExternals.cmake b/CMakeModules/DownloadExternals.cmake
index 2e5964cbe..972f5ca74 100644
--- a/CMakeModules/DownloadExternals.cmake
+++ b/CMakeModules/DownloadExternals.cmake
@@ -17,8 +17,7 @@ elseif (${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
set(package_repo "ext-linux-bin/raw/main/")
set(package_extension ".tar.xz")
elseif (ANDROID)
- set(package_base_url "https://gitlab.com/tertius42/")
- set(package_repo "ext-android-bin/-/raw/main/")
+ set(package_repo "ext-android-bin/raw/main/")
set(package_extension ".tar.xz")
else()
message(FATAL_ERROR "No package available for this platform")